﻿/* CSS Document */
*{
	margin:0; 
	padding:0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
body{
  font-size: 16px;
  margin: 0 auto;
  font-family: 'Microsoft YaHei';
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
ul{
	list-style:none;
	}	
.fl{
  float: left;
}
.fr{
  float: right;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
img{
  border:0;
  vertical-align: middle;
}
button,input,textarea{
  outline:none;
  border:0;
  -webkit-appearance: none;
  font-family: unset;
}
.imgcale {
  overflow: hidden;
}
.imgcale img{
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
}
.imgcale:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/*index*/
.box{
  width: 1420px;
  margin: 0 auto;
}
.box02{
  width: 1200px;
  margin:0 auto;
}
.header{
  padding: 0 100px;
  width: 100%;
  z-index: 9999;
}
.header.indexhead{
  position: absolute;
  width: 100%;
}
.header .logo img{
  height: 54px;
}
.header .logo{
  float: left;
  padding:50px 0 16px;
}
.header .nav{
  float: right;
}
.header .nav .tel{
  text-align: right;
  padding: 12px 0 20px;
}
.header .nav .tel span{
  color: #EE3030;
  font-size: 24px;
  font-weight: bold;
}
.header .nav li>a{
  line-height: 38px;
  display: block;
  width: 102px;
  text-align: center;
  color: #666;
}
.header .nav li{
  float: left;
  position: relative;
  margin-left: 33px;
}
.header .nav li>a.active,.header .nav li:hover>a{
  color:#fff;
  background: #236e2b;
  border-radius: 10px 0px 10px 0px;
}
.header .nav li .nav-down{
  position: absolute;
  top:38px;
  z-index: 99;
  display: none;
  left:-29px;
}
.header .nav li .nav-down a{
  display: block;
  background: #fff;
  color: #666;
  text-align: center;
  padding: 8px;
  width: 160px;
}
.header .nav li .nav-down a:hover{
  background: #236e2b;
  color: #fff;
}
/*banner*/
.banner.swiper-container {
  width: 100%;
  background: #fff;
}
.service-banner.swiper-container{
  width: 100%;
  background: #fff;  
}
.swiper-slide a{
  display: block;
  vertical-align: middle;
  width: 100%;
}
.swiper-slide img{
  width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 16px;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 30px;
  background: #e4e4e4;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background:#236e2b;
  width: 28px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/*首页公司简介*/
.i-title{
  text-align: center;
  margin:52px 0 58px;
}
.i-title .title-en{
  font-size: 34px;
  color: #ddd;
}
.i-title .title-cn{
  font-size: 32px;
  color: #000;
  margin-top:-20px;
  position: relative;
  display: inline-block;
}
.i-title .title-cn::before,.i-title .title-cn::after{
  content: "";
  width: 30px;
  height: 5px;
  background:#236e2b;
  position: absolute;
  bottom: 0;
  left: -56px;
}
.i-title .title-cn::after{
  left:unset;
  right: -56px;
}
.i-title .subtitle{
  color: #666;
  margin-top: 36px;
}
.i-about .about-text{
  width: calc(50% - 40px);
}
.i-about .about-img{
  width: 50%;
}
.i-about .about-img img{
  width: 100%;
}
.about-text .company-name{
  font-size: 24px;
}
.about-text .company-name::after{
  content: "";
  width: 85px;
  height: 3px;
  background:#236e2b;
  display: block;
  margin-top: 24px;
}
.about-text .company-profile{
  margin:80px 0 120px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.about-text .about-more{
  width: 206px;
  height: 76px;
  background: #236e2b;
  border-radius: 10px 0px 10px 0px;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 76px;
  text-align: center;
}
.about-text .about-more span{
  display: block;
}
.about-text .about-more span::after{
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/about-more.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-bottom: -14px;
}
/*服务项目*/
.i-service-list .owl-theme .owl-dots {
  text-align: center;
  margin-top: 42px;
}
.i-service-list .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #e3e3e3;
  display: block;
  border-radius: 50%;
  margin: 0 5px;
}
.i-service-list .owl-theme .owl-dots .active span {
  background: #236e2b;
  width: 32px;
  border-radius: 30px;
}
.service-item .ser-txt{
  font-size: 14px;
  color: #999;
  border-bottom: solid 1px #f1f1f1;
  padding:30px 0;
  display: flex;
  line-height: 38px;
  position: relative;
}
.service-item .ser-txt p{
  font-size: 24px;
  color:#333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 125px);
}
.service-item .ser-txt i{
  font-size: 24px;
  color:#333;
  padding:0 5px;  
}
.service-item .ser-txt::after{
  content: "";
  width: 48px;
  height: 48px;
  background:url(../images/service-more02.png) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  right: 0;
}
.service-item a:hover .ser-txt::after{
  background:url(../images/service-more.png) no-repeat;
}
.service-item a:hover .ser-txt{
  color: #236e2b;
  border-bottom: solid 1px #236e2b;
}
.service-item a:hover .ser-txt p,
.service-item a:hover .ser-txt i{
  color:#236e2b;
}
/*环保设备*/
.i-product {
  margin-top: 76px;
}
.i-product .i-product-type{
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.i-product .i-product-type span,.i-product .i-product-type a{
  display: block;
  text-align: center;
  padding:32px 90px;
  font-size: 24px;
}
.i-product .i-product-type span:last-child{
  margin-right: 0;
}
.i-product .i-product-type span:hover,.i-product .i-product-type span.active,
.i-product .i-product-type a:hover{
  background:#236e2b;
  color: #fff;
  border-radius: 10px 0px 10px 0px;
}
.i-product .i-product-list{
  margin-top:52px;
}
.i-product .i-product-list .pro-con{
  width: calc(100%/3 - 22px);
  float: left;
  margin-right:33px;
  margin-bottom:20px;
}
.i-product .i-product-list .pro-con:nth-child(3n+0){
  margin-right:0;
}
.i-product .i-product-list .pro-con .pro-img{
  width: 100%;
  overflow: hidden;
}
.i-product .i-product-list .pro-con .pro-img img{
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
}
.i-product .i-product-list .pro-con a:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.i-product .i-product-list .pro-con p{
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  padding: 20px;
  font-size: 24px;
  border-bottom: solid 1px #f1f1f1;
}
.i-product .i-product-list .pro-con a:hover p{
  color: #236e2b;
  border-bottom: solid 1px #236e2b;
}
.i-product .i-product-list .product-list-item{
  display:none;
}
.i-product .i-product-list .product-list-item.active{
  display: block;
}
/*项目咨询*/
.project-list li{
  float: left;
  width: calc(50% - 16px);
  margin-right:32px;
  margin-bottom:34px;
}
.project-list li:nth-child(2n+0){
  margin-right:0;
}
.project-list li h1{
  font-size: 24px;
  background:#e7e7e7;
  line-height: 73px;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.project-list li .project-txt{
  background:#f6f6f6;
  padding:30px 18px;
}
.project-list li .project-txt p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
}
.project-list li .project-txt span{
  font-size: 24px;
  color: #236e2b;
  display: block;
  margin-top: 46px;
}
.project-list li a:hover h1{
  background: #236e2b;
  color: #fff;
}
/*首页新闻资讯*/
.i-new-con .fl{
  width: 50%;
}
.i-new-con .fr{
  width: calc(50% - 32px);
}
.i-new-con .fl .i-new-img{
  position: relative;
}
.i-new-con .fl .i-new-img span{
  display: block;
  position: absolute;
  right: 0;
  top:0;
  background: #236e2b;
  border-radius: 0px 0px 0px 10px;
  font-size: 24px;
  color: #fff;
  padding: 14px 36px;
}
.i-new-con .fl .i-new-txt h1{
  font-size: 24px;
  color: #236e2b;
  padding:20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.i-new-con .fl .i-new-txt p{
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.i-new-con .fr .new-item {
  margin-bottom:30px;
}
.i-new-con .fr .new-item a{
  display: flex;
  align-items: center;
}
.i-new-con .fr .new-item .new-time{
  background:#e4e4e4;
  padding: 35px;
  text-align: center;
  margin-right:20px;
}
.i-new-con .fr .new-item .new-time span{
  display: block;
  font-size: 36px;
}
.i-new-con .fr .new-text h1{
  font-size: 24px;
  margin-bottom:26px;
  font-weight: normal;
}
.i-new-con .fr .new-text p{
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.i-new-con .fr .new-item a:hover .new-time{
  color: #fff;
  background: #236e2b;
}
.i-new-con .fr a:hover  .new-text h1{
  color: #236e2b;
}
.i-new .i-new-more{
  width: 283px;
  height: 94px;
  text-align: center;
  background: #f6f6f6;
  border-radius: 10px 0px 10px 0px;
  display: block;
  line-height: 94px;
  font-size: 24px;
  margin: 65px auto 0;
}
.i-new .i-new-more:hover{
  background: #236e2b;
  color: #fff;
}
/*footer*/
.footer{
  margin-top: 90px;
  background: url(../images/footer.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 62px;
}
.footer .footer-top a{
  color: #fff;
}
.footer .footer-top .fl{
  display: flex;
  display: -webkit-flex;
}
.footer .footer-top .fl a{
  display: block;
}
.footer .footer-top .fl dl{
  margin-right:44px;
}
.footer .footer-top .fl dt{
  font-size: 24px;
  margin-bottom: 30px;
}
.footer .footer-top .fl dd a{
  color: #bbbbbb;
  line-height: 36px;
}
.footer .footer-top .fl dd a:hover{
  color: #236e2b;
}
.footer .footer-top .fr img{
  width: 94px;
  height: 94px;
}
.footer .footer-top .fr p{
  color: #fff;
  margin:20px 10px;
  font-size: 14px;
}
.footer .footer-bot{
  color: #fff; 
  text-align: center;
  background:rgba(255,255,255,0.1);
  padding:26px 0;
  margin-top:30px;
}
.footer .footer-bot a{
  color: #fff;
  margin-left: 10px;
}
/*内页*/
.ny-banner img{
  width: 100%;
}
.current {
  line-height: 70px;
  padding:30px 0;
  font-size: 24px;
}
/*服务项目列表页*/
.service-list li{
  float: left;
  width: calc(100%/3 - 24px);
  margin-right:36px;
  margin-bottom:36px;
}
.service-list li:nth-child(3n+0){
  margin-right:0;
}
.service-item .ser-img{
  width: 100%;
  overflow: hidden;
}
.service-item .ser-img img{
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
}
.service-list li a:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/*分页*/
.page {
  text-align: center;
  margin-top: 40px;
}
.page a,.page span {
  border: 1px solid #ddd;
  line-height: 35px;
  padding: 0px 14px;
  margin: 0px 5px;
  display: inline-block;
  vertical-align: middle;
}
.page a.on {
  color: #fff;
  background: #236e2b;
  border-color: #236e2b;
}

.page span.current {
  color: #fff;
  background: #236e2b;
  border-color: #236e2b;
  font-size: 16px;
}

/*新闻列表页*/
.new-type{
  display: flex;
  display: -webkit-flex;
  margin-bottom:40px;
}
.new-type a{
  text-align: center;
  width: 50%;
  line-height: 93px;
  font-size: 24px;
}
.new-type a:hover,.new-type a.active{
  background: #236e2b;
  border-radius: 10px 0px 10px 0px;
  color: #fff;
}
.new-top{
  background: #f3f3f3;
  padding:20px;
  position: relative;
}
.new-top a{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.new-top .new-top-img{
  width: 414px;
  overflow: hidden;
}
.new-top .new-top-img img{
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
}
.new-top a:hover .new-top-img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.new-top .new-top-txt{
  width: calc(100% - 450px);
  padding-top: 50px;
}
.new-top .new-top-txt h1{
  font-size: 24px;
  color: #236e2b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-top .new-top-txt p{
  color: #666;
  margin:30px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.new-top .new-top-txt span{
  display: block;
  width: 184px;
  height: 60px;
  background: #236e2b;
  border-radius: 10px 0px 10px 0px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.new-top .new-top-txt span::after {
  content: "";
  width: 44px;
  height: 44px;
  background: url(../images/about-more.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-bottom: -12px;
}
.new-top .new-top-time{
  position: absolute;
  right: 0;
  top:0;
  background:#236e2b;
  color: #fff;
  font-size: 24px;
  border-radius: 0px 0px 0px 10px;
  padding:20px 40px;
}
.new-list{
  margin-top:38px;
}
.new-list li{
  background: #f3f3f3;
  padding:38px 40px 38px 20px;
  margin-bottom:32px;
}
.new-list li a {
  display: flex;
  align-items: center;
}
.new-list li .new-time {
  background: #e4e4e4;
  padding: 32px;
  text-align: center;
  margin-right: 28px;
  font-weight:bold;
}
.new-list li .new-time span {
  display: block;
  font-size: 36px;
}
.new-list li .new-text h1 {
  font-size: 24px;
  margin-bottom: 26px;
  font-weight: normal;
}
.new-list li .new-text p {
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
}
.new-list li a:hover h1{
  color: #236e2b;
  font-weight:bold;
}
.new-list li a:hover .new-time{
  background: #236e2b;
  color: #fff;
}
/*走进环源*/
.about .i-title {
  margin: 0px 0 60px;
}
.about-type{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.about-type a{
  width: 25%;
  text-align: center;
  line-height: 60px;
  font-size:24px;
}
.about-type a:hover,.about-type a.active{
  background: #236e2b;
  border-radius: 10px 0px 10px 0px;  
  color: #fff;
}
.about-profile .profile-txt{
  width: 50%;
}
.about-profile .profile-img{
  width: calc(50% - 47px);
}
.about-profile .profile-img img{
  width: 100%;
}
.about-profile .profile-txt h1{
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 36px;
}
.about-profile .profile-txt h1::after{
  content: "";
  width: 75px;
  height: 3px;
  background: #236e2b;
  display: block;
  margin-top:16px;
}
.about-culture .culture-img{
  width: calc(50% - 30px);
}
.about-culture .culture-img img{
  width: 100%;
}
.about-culture .culture-txt{
  width: 50%;
}
.about-honor li{
  float: left;
  text-align: center;
  margin-bottom: 40px;
  width: calc(100%/3 - 10px);
  margin-right:15px;
}
.about-honor li img{
  width: 100%;
}
.about-honor li:nth-child(3n+0){
  margin-right:0;
}
.about-honor li p{
  margin-top:20px;
}
/*环保设备列表*/
.left-menu{
  width: 218px;
}
.left-menu a{
  width: 100%;
  padding:24px 10px;
  display: block;
  background: #f2f2f2;
  text-align: center;
  font-size:24px;
  margin-bottom: 2px;
}
.left-menu a:hover,.left-menu a.active{
  background: #236e2b;
  color: #fff;
}
.right-box{
  width: calc(100% - 263px);
}
.right-box .product-list li{
  float: left;
  width: calc(100%/3 - 18px);
  margin-right:27px;
  margin-bottom:46px;
}
.right-box .product-list li:nth-child(3n+0){
  margin-right:0;
}
.right-box .product-list li .pro-img,.case-list li .case-img{
  width: 100%;
  overflow: hidden;
}
.right-box .product-list li .pro-img img,.case-list li .case-img img{
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
}
.right-box .product-list li a:hover img,.case-list li a:hover .case-img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.right-box .product-list li p{
  padding:24px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size:24px;
  border-bottom: solid 1px #f1f1f1;
}
.right-box .product-list li a:hover p{
  background: #236e2b;
  color: #fff;
}
/*工程业绩*/
.case-list li{
  float: left;
  width: calc(100%/3 - 26px);
  margin-right:39px;
  margin-bottom:30px; 
}
.case-list li:nth-child(3n+0){
  margin-right:0;
}
.case-list li .case-txt{
  padding:30px 10px;
  background: #f3f3f3;
}
.case-list li p{
  font-size:24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center; 
  color: #999;
  height: 62px; 
}
.case-list li a:hover p{
  background: #236e2b;
  color: #fff;
}
/*招聘岗位*/
.job-list li {
  background: #f8f8f8;
  padding:14px;
}
.job-list li .job-title{
  background: #fff;
  padding:30px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.job-list li .job-title p{
  font-size:36px;
  width: calc(100% - 168px);
}
.job-list li .job-title span{
  display: block;
  font-size: 24px;
}
.job-list li .job-title span::after{
  content: "";
  width: 37px;
  height: 37px;
  background: url(../images/icon2.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-bottom: -10px;
  margin-left: 15px;
}
.job-list li .job-con{
  background: #fff;
  padding:30px;
  display: none;
}
.job-list li .job-title.active{
  background: #236e2b;
  color: #fff;
}
.job-list li .job-title.active span::after{
  background: url(../images/icon1.png) no-repeat;
  background-size: 100%;
}
/*人才招聘*/
.job-info .fl,.job-info .fr{
  width: calc(50% - 14px);
}
.job-info .fl img{
  width: 100%;
}
.job-info .fr h1{
  font-size:32px;
  font-weight: normal;
  margin:38px 0;
}
.job-info .fr p{
  font-size:16px;
  line-height: 28px;
}
.job-info:nth-child(even) .fl{
  float: right;
}
.job-info:nth-child(even) .fr{
  float: left;
  text-align: right;
}
/*联系我们*/
.contact-map h1,.contact-infor h1,.contact-form h1{
  font-size:36px;
  font-weight: normal;
  text-align: center;
}
.map-box {
  width: 100%;
  height: 599px;
  margin-top: 40px;
  border:solid 1px #e8e8e8;
}
#container {
  height: 100%;
  width: 100%;
}
.amap-icon img {
  width: 25px;
  height: 34px;
}
.contact-infor h1,.contact-form h1{
  margin:60px 0 60px;
}
.contact-infor ul{
  display: flex;
  display: -webkit-flex; 
  padding-top:45px;
}
.contact-infor ul .info-box{
  width: calc(100%/3 - 40px);
  background: #f8f8f8;
  margin: 0 20px;
  position: relative;
  padding:64px 40px 35px;
  text-align: center;
  line-height: 36px;

}
.contact-infor ul .info-box span{
  position:absolute;
  width: 92px;
  height: 92px;
  left:calc(50% - 46px);
  top:-45px;
}
.contact-infor ul .info-box span img{
  width: 100%;
}
.contact-form form{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.contact-form label{
  font-size: 24px;
  display: block;
  margin-bottom:18px;
}
.contact-form label span{
  color: #ff0000;
}
.contact-form .input-box input{
  border: 1px solid #c4c4c4;
  width: 100%;
  line-height: 54px;
  padding: 0 20px;
}
.contact-form .input-box {
  width: calc(50% - 20px);
  margin-right:40px;
  margin-bottom:30px;
}
.contact-form .input-box:nth-child(2n+0){
  margin-right:0;
}
.contact-form .text-box,.contact-form .text-box textarea{
  width: 100%;
}
.contact-form .text-box textarea{
  border: 1px solid #c4c4c4;
  padding:20px;
}
.contact-form .button-box{
  width: 100%;
  text-align: center;
}
.contact-form .button-box button{
  width: 375px;
  height: 63px;
  background: #236e2b;
  border-radius: 6px;
  font-size: 24px;
  color: #fff;
  margin:48px auto;
  cursor: pointer;
}
/*详情页*/
.main .title{
  font-size: 36px;
  text-align: center;
  margin-bottom: 54px;
}
.detail-link{
  margin-top:80px;
  display: flex;
  display: -webkit-flex;
  justify-content:center;
}
.detail-link a{
  margin:20px;
}
.detail-link a:nth-child(odd){
  background: url(../images/prev.png) left no-repeat;
  padding-left: 30px;
}
.detail-link a:nth-child(even){
  background: url(../images/next.png) right no-repeat;
  padding-right: 30px;
}
.detail-link a:hover{
  color: #236e2b;
}
.detail-time{
  background: #f3f3f3;
  line-height: 54px;
  text-align: center;
  color: #666;
  margin-bottom: 30px;
}
/*移动端导航*/
.hidden-menu{
  position: absolute;
  right: 0;
  top:0;
  display: none;
}
.hidden-menu a.navToggle {
  padding: 17px 20px;
}
.hidden-menu a {
  display: block;
  float: left;
  margin-left: 1px;
  background-repeat: no-repeat;
}
.hidden-menu a.navToggle span {
  width: 25px;
  height: 2px;
  background: #333;
  margin: 5px 0px;
  display: block;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  position: relative;
}
.hidden-menu a.closenavbtn {
  padding: 15px 15px 26px;
}
.hidden-menu a.closenavbtn span.line1 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 9px;
}
.hidden-menu a.closenavbtn span.line2 {
  display: none;
}
.hidden-menu a.closenavbtn span.line3 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 2px;
}
.Mnav{
  position:fixed;
  z-index:999;
  display:none;
  background:#fff;
  border-top:1px solid #eee;
  top:60px;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  width:100%;
  bottom:0px;
}
.Mnav ul li{
  border-bottom:1px solid #eee;
}
.Mnav ul li>a{
  line-height:47px;
  font-size:16px;
  display:block;
  margin: 0px 2.5%;
}
.Mnav ul li>a{
}
.Mnav ul li>a.cur{
  color:#06a3f2;
  display:block;
}
.Mnav ul li .nav-down{
  background:#f5f5f5;
  display:none;
}
.Mnav ul li .nav-down a{
  display: block;
  line-height: 30px;
  font-size: 14px;
  padding: 8px 5%;
  border-bottom: solid 1px #ececec;
}
.Mnav ul li .nav-down a:last-child{
  border:0;
}
.hidescroll{
  position:fixed;
  top:0;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1860px){
  .header .nav li {
    margin-left: 14px;
  }
}
@media (max-width: 1680px){
  .header {
    padding: 0 60px;
  }
  .i-product .i-product-type span, .i-product .i-product-type a {
    padding: 32px 72px;
  }
}
@media (max-width: 1600px){
  .box {
    width: 100%;
    padding: 0 120px; 
  }
  .header .nav li {
    margin-left: 0px;
  }
  .footer .footer-top .fl dl {
    margin-right: 30px;
  }
}
@media (max-width: 1480px){
  .header .nav li>a {
    width: 98px;
  }
  .i-product .i-product-type span, .i-product .i-product-type a {
    padding: 32px 58px;
  }
  .footer-top.box {
    width: 100%;
    padding: 0 60px;
  }
  .about-text .company-profile {
    margin: 80px 0 60px;
  }
  .i-new-con .fr .new-item .new-time {
    padding: 25px 30px;
  }
}
@media (max-width: 1439px){
  .i-product .i-product-type{
    width: 100%;
  }
  .header .nav li>a {
    width: 90px;
  }
}
@media (max-width: 1360px){
  .header {
    padding: 0 30px;
  }
  .i-product .i-product-type span, .i-product .i-product-type a {
    padding: 32px 50px;
  }
  .footer .footer-top .fl dt {
    font-size: 16px;
  }
  .about-text .company-profile {
    margin: 36px 0 58px;
  }
}
@media (max-width: 1289px){
  .header .nav{
    display: none;
  }
  .hidden-menu {
    display: block;
  }
  .header.fixedd{
    position: fixed;
    width: 100%;
    background: #fff;
  }
  .header {  
    padding: 0 2.5%;
    width: 100%;
  }
  .header .logo{
    padding: 10px 0;
  }
  .header .logo img {
    height: 40px;
    margin-top: 0;
  }
}
@media (max-width: 1260px){
  .box {
    width: 95%;
    padding:0;
  }
}
@media (max-width: 1240px){
  .header {
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
  }
  .header .nav a {
    margin-left: 45px;
  }
  .i-product .i-product-type span, .i-product .i-product-type a {
    padding: 19px 28px;
    font-size: 18px;
  }

}
@media (max-width: 1199px){
  .footer .footer-top .fl{
    display: none;
  }
  .footer .footer-top .fr{
    width: 100%;
    text-align: center;
  }
  .job-list li .job-title p {
    font-size: 24px;
    width: calc(100% - 112px);
  }
  .job-list li .job-title span {
    font-size: 18px;
  }
  .job-list li .job-title span::after {
    content: "";
    width: 24px;
    height: 24px;
    margin-bottom: -6px;
    margin-left: 6px;
  }
}
@media (max-width: 1024px){
  .i-product {
    margin-top: 46px;
  }
}
@media (max-width: 1023px) {
  .about-text .about-more {
    width: 169px;
    height: 65px;
    font-size: 18px;
    line-height: 65px;
  }
  .about-text .about-more span::after {
    content: "";
    width: 34px;
    height: 34px;
    margin-bottom: -10px;
  }
  .about-text .company-profile {
    margin: 36px 0 36px;
  }
  .i-new-con .fl {
    width: 100%;
  }
  .i-new-con .fr {
    width: 100%;
    margin-top: 30px;
  }
  .case-list li {
    width: calc(100%/3 - 12px);
    margin-right: 18px;
    margin-bottom: 20px;
  }
  .left-menu {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 30px;
     flex-wrap: wrap;
  }
  .right-box {
    width: 100%;
  }
  .left-menu a {
    padding: 20px 10px;
    font-size: 18px;
    width: 50%;
    border: solid 1px #fff;
  }
  .new-type a {
    line-height: 62px;
    font-size: 20px;
  }
  .new-type {
    margin-bottom: 30px;
  }
  .new-top .new-top-time {
    font-size: 18px;
    padding: 10px 10px;
  }
  .new-top .new-top-img {
    width: 50%;
  }
  .new-top .new-top-txt {
    width: calc(50% - 20px);
  }
  .new-top .new-top-txt p {
    margin: 20px 0;
  }
  .new-top .new-top-txt span {
    width: 170px;
    height: 54px;
    font-size: 18px;
    line-height: 54px;
  }
  .new-top .new-top-txt span::after {
    content: "";
    width: 28px;
    height: 28px;
    margin-bottom: -8px;
  }
  .new-list li {
    padding: 20px;
    margin-bottom: 20px;
  }
  .new-list {
    margin-top: 30px;
  }
}
@media (max-width: 768px){
  .i-product .i-product-type span {
    margin-bottom: 34px;
  }
  .main-box {
    width: 100%;
  }
  .current {
    padding: 10px 0;
  }
  .map-box {
    height: 360px;
    margin-top: 30px;
  }
  .contact-map h1, .contact-infor h1, .contact-form h1 {
    font-size: 28px;
  }
  .contact-infor ul .info-box {
    padding: 48px 10px 14px;
    line-height: 30px;
  }
  .contact-infor ul .info-box span {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
  }
  .job-info .fr h1 {
    font-size: 23px;
    margin: 10px 0;
  }
  .right-box .product-list li {
    width: calc(100%/3 - 12px);
    margin-right: 18px;
    margin-bottom: 30px;
  }
  .service-list li {
    width: calc(100%/3 - 12px);
    margin-right: 18px;
    margin-bottom: 20px;
  }
  .service-item .ser-txt::after {
    content: "";
    width: 40px;
    height: 40px;
  }
  .service-item .ser-txt p {
    font-size: 18px;
  }
}
@media (max-width: 767px){
  .i-product .i-product-type span {
    margin-bottom: 0px;
    width: 50%;
  }
  .i-product .i-product-list {
    margin-top: 10px;
  }
  .i-about .about-text {
    width: 100%;
  }
  .i-about .about-img {
    width: 100%;
    margin-top: 20px;
  }
  .about-text .company-profile {
    margin: 24px 0 24px;
  }
  .i-title {
    margin: 30px 0 30px;
  }
  .i-title .subtitle {
    margin-top: 20px;
  }
  .i-product .i-product-list .pro-con {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .project-list li h1 {
    font-size: 20px;
    line-height: 60px;
  }
  .project-list li .project-txt {
    padding: 20px 16px;
  }
  .project-list li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .project-list li .project-txt span {
    font-size: 18px;
    margin-top: 16px;
  }
  .project-list li {
    width: 100%;
    margin-right: 0;
  }
  .i-new-con .fl .i-new-txt h1 {
    font-size: 20px;
    padding: 16px 0;
  }
  .i-new-con .fr .new-text h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .i-new-con .fr .new-item .new-time {
    padding: 16px 24px;
  }
  .i-new-con .fr .new-item {
    margin-bottom: 20px;
  }
  .i-new .i-new-more {
    height: 84px;
    line-height: 84px;
    font-size: 24px;
    margin: 30px auto 0;
  }
  .about-type a {
    width: calc(100%/3);
    line-height: 54px;
    font-size: 20px;
  }
  .current {
    line-height: 46px;
    font-size: 16px;
  }
  .about-profile .profile-txt {
    width: 100%;
  }
  .about-profile .profile-txt h1 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .about-profile .profile-img {
    width: 100%;
    margin-top: 20px;
  }
  .about-culture .culture-img {
    width: 100%;
  }
  .about-culture .culture-txt {
    width: 100%;
  }
  .about-honor li {
    margin-bottom: 20px;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .about-honor li:nth-child(3n+0){
    margin-right:20px;
  }
  .about-honor li:nth-child(2n+0){
    margin-right:0;
  }
  .case-list li p {
    font-size: 18px;
    height: 48px;
  }
  .case-list li .case-txt {
    padding: 10px 10px;
  }
  .case-list li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .case-list li:nth-child(3n+0){
    margin-right:20px;
  }
  .case-list li:nth-child(2n+0){
    margin-right:0px;
  }
  .contact-infor ul {
    display: block;
  }
  .contact-infor ul .info-box {
    width: 100%;
    margin: 0 0 62px;
  }
  .contact-infor h1, .contact-form h1 {
    margin: 30px 0 30px;
  }
  .contact-map h1, .contact-infor h1, .contact-form h1 {
    font-size: 24px;
  }
  .contact-form .input-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-form .button-box button {
    width: 100%;
  }
  .job-info .fl, .job-info .fr {
    width: 100%;
  }
  .job-info.clearfix {
    margin-bottom: 20px;
  }
  .job-info:nth-child(even) .fr {
    text-align: left;
  }
  .right-box .product-list li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .right-box .product-list li:nth-child(3n+0){
    margin-right:20px;
  }
  .right-box .product-list li:nth-child(2n+0){
    margin-right:0px;
  }
  .right-box .product-list li p {
    padding: 10px 0;
    font-size: 18px;
  }
  .service-list li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .service-list li:nth-child(3n+0){
    margin-right:20px;
  }
  .service-list li:nth-child(2n+0){
    margin-right:0;
  }
  .service-item .ser-txt::after {
    content: "";
    width: 30px;
    height: 30px;
  }
  .service-item .ser-txt p {
    max-width: calc(100% - 108px);
  }
  .service-item .ser-txt {
    padding: 10px 0;
  }
}
@media (max-width: 478px){
  .header {
    padding: 0 20px;
  }
  .page a {
    line-height: 30px;
    padding: 0px 10px;
    margin: 0px 4px;
  }
  .i-title .title-en {
    font-size: 26px;
    line-height: 24px;
  }
  .i-title .title-cn {
    font-size: 24px;
  }
  .about-text .company-name {
    font-size: 20px;
  }
  .about-text .company-name::after {
    content: "";
    margin-top: 14px;
  }
  .about-text .company-profile {
    line-height: 24px;
  }
  .about-text .about-more {
    width: 150px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .about-text .about-more span::after {
    content: "";
    width: 26px;
    height: 26px;
    margin-bottom: -7px;
  }
  .i-title {
    margin: 20px 0 20px;
  }
  .i-title .subtitle {
    margin-top: 10px;
  }
  .service-item .ser-txt p {
    font-size: 16px;
  }
  .service-item .ser-txt::after {
    content: "";
    width: 38px;
    height: 38px;
  }
  .service-item .ser-txt {
    padding: 14px 0;
  }
  .i-product {
    margin-top: 20px;
  }
  .i-product .i-product-type span, .i-product .i-product-type a {
    padding: 10px 28px;
    font-size: 16px;
  }
  .i-product .i-product-list .pro-con p {
    line-height: 22px;
    font-size: 18px;
  }
  .i-service-list .owl-theme .owl-dots {
    margin-top: 20px;
  }
  .footer {
    margin-top: 40px;
  }
  .i-new .i-new-more {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    margin: 20px auto 0;
  }
  .page {
    margin-top: 24px;
  }
  .contact-form label {
    font-size: 18px;
  }
  .contact-form .button-box button {
    margin: 30px auto;
  }
  .main .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .detail-link a {
    margin: 10px;
  }
  .detail-link {
    margin-top: 30px;
  }
  .job-list li .job-title {
    padding: 10px;
  }
  .job-list li {
    padding: 10px;
  }
  .left-menu {
    margin-bottom: 20px;
  }
  .job-list li .job-title p {
    font-size: 18px;
    width: calc(100% - 100px);
  }
  .job-list li .job-title span::after {
    content: "";
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
    margin-left: 5px;
  }
  .job-list li .job-title span {
    font-size: 16px;
  }
  .job-list li .job-con {
    padding: 10px;
  }
  .left-menu a {
    padding: 11px 10px;
    font-size: 16px;
  }
  .new-top a {
    display: block;
  }
  .new-top .new-top-img {
    width: 100%;
  }
  .new-top .new-top-txt {
    width: 100%;
    padding-top: 18px;
  }
  .new-type a {
    line-height: 50px;
    font-size: 18px;
  }
  .new-top {
    padding: 14px;
  }
  .new-top .new-top-txt h1 {
    font-size: 20px;
  }
  .new-top .new-top-txt p {
    margin: 14px 0;
  }
  .new-list li .new-text h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .new-list li .new-time {
    padding: 32px 10px;
    margin-right: 18px;
  }
  .new-list li {
    padding: 10px;
    margin-bottom: 18px;
  }
}
@media (max-width: 374px){
  .case-list li {
    width: 100%;
    margin-right: 0;
  }
  .right-box .product-list li {
    width: 100%;
    margin-right: 0;
  }
  .service-list li {
    width: 100%;
    margin-right: 0;
  }
}